home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 19r.dir / 00008_site scripts.ls < prev    next >
Encoding:
Text File  |  1999-04-02  |  779 b   |  66 lines

  1. on myPlay
  2.   if (the frame <= (marker("a") + 1)) or (the frame = (marker("aP") + 1)) then
  3.     go("aP")
  4.   else
  5.     go("bP")
  6.   end if
  7. end
  8.  
  9. on myUp
  10.   qTHalt()
  11.   scrollMechOne(1)
  12. end
  13.  
  14. on myDown
  15.   qTHalt()
  16.   scrollMechOne(2)
  17. end
  18.  
  19. on myLeft
  20.   qTHalt()
  21.   scrollMechTwo(1)
  22. end
  23.  
  24. on myRight
  25.   qTHalt()
  26.   scrollMechTwo(2)
  27. end
  28.  
  29. on myPag
  30.   qTHalt()
  31.   go("xit")
  32.   play movie "19p1"
  33.   go("a")
  34. end
  35.  
  36. on myDia
  37.   qTHalt()
  38.   go("localXit")
  39.   play movie "19d"
  40.   go("a")
  41. end
  42.  
  43. on myNot
  44.   qTHalt()
  45.   go("localXit")
  46.   play movie "19p"
  47.   go("a")
  48. end
  49.  
  50. on myPho
  51.   qTHalt()
  52.   go("xit")
  53.   play movie "19d"
  54.   go("a")
  55. end
  56.  
  57. on myVid
  58.   qTHalt()
  59.   go("xitS")
  60.   if not (the machineType = 256) then
  61.     play movie the pathName & "3dcd:Animraw.dir"
  62.   else
  63.     play movie the pathName & "3dcd\Animraw.dir"
  64.   end if
  65. end
  66.